@charset "utf-8";
/*-----------------------------------------------------------------
文件名称：麻山区 - 全站框架样式
-----------------------------------------------------------------*/

#container{
	text-align:center;
	width:100%;
}
/*-- 头部 --*/
#headerbj{
	width:100%;
	background: url(../images/headerbj.jpg) no-repeat top center;
	background-size:100% 142px;
}
#header{
	width:1000px;
	margin:auto;
	overflow:hidden;
	position:relative;
}
ul#quicklink{
	position:absolute;
	top:0px;
	right:0px;
	background:url(../images/quicklinkbg.png) right top no-repeat;
	width:333px;
	padding-left:30px;
}
ul#quicklink li{
	float:left;
	background:url(../images/quicklist.gif) left 16px no-repeat;
	padding:9px 12px 10px 10px;
	font-family:"宋体";
}
#logo{
	width:1000px;
	font-size:0px;
	line-height:0px;
}
/*-- 导航 --*/
#navbj{
	height:40px;
	background:#135197;
	margin-top:10px;
}
#navtab{
	width:1020px;
	margin:0 auto;
	position:relative;
	background:url(../images/navbg.jpg) no-repeat;
	z-index:10;
	top:-10px;
}
ul#nav{
	width:900px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	text-align:center;
}
ul#nav li{
	width:100px;
	height:50px;
	font-size:16px;
	font-family:"Microsoft YaHei";
	line-height:50px;
	float:left;
	padding:0px 13px;
	font-weight:bold;
}
ul#nav li a{
	width:100px;
	height:50px;
	display:block;
}
ul#nav li a:link{color:#fff;}
ul#nav li a:visited{color:#fff;}
ul#nav li a:hover{
	color:#135197;
	background:url(../images/navlist.jpg) no-repeat;
}
/*-- 日期、天气、搜索 --*/
div#datebox{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	background:#FFF;
	padding:7px 0px;
	border-bottom:1px solid #c3c3c3;
}
div#date{
	float:left;
	line-height:30px;
	padding-left:40px;
	padding-right:30px;
	background:url(../images/dateicon.jpg) 15px center no-repeat;
}
div#weather{
	float:left;
	line-height:30px;
	padding-left:25px;
	background:url(../images/weathericon.jpg) left center no-repeat;
}
ul#searchform{
	width:290px;
	float:right;
	padding-right:5px;
}
ul#searchform li{
	float:left;
}
ul#searchform li input.searchtext{
	width:230px;
	height:25px;
	border:2px solid #1961b1;
	border-right:none;
	line-height:24px;
	padding-left:3px;
	float:left;
}
ul#searchform li input.searchbtn{
	width:54px;
	height:29px;
	background:url(../images/searchbtn.jpg) no-repeat;
	border:none;
	float:left;
}
/*-- 主要内容 --*/
#main{
	width:980px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	background:#FFF;
	padding:0px 10px;
}
/*-- 底部 --*/
#footer{
	width:1000px;
	font-family:"宋体";
	margin:0 auto;
}
#footbox{
	width:720px;
	margin:0 auto;
	padding:20px 0px;
	overflow:hidden;
}
#footimg{
	width:200px;
	float:left;
}
#footimg .zc{
	margin-right:15px;
	}
#foottext{
	width:500px;
	float:left;
	text-align:left;
	color:#5c5c5c;
	padding-left:18px;
	line-height:20px;
}